encoding/json.field.typ (field)

9 uses

	encoding/json (current package)
		encode.go#L1089: 	typ       reflect.Type
		encode.go#L1120: 	next := []field{{typ: t}}
		encode.go#L1139: 			if visited[f.typ] {
		encode.go#L1142: 			visited[f.typ] = true
		encode.go#L1145: 			for i := 0; i < f.typ.NumField(); i++ {
		encode.go#L1146: 				sf := f.typ.Field(i)
		encode.go#L1203: 						typ:       ft,
		encode.go#L1250: 					if count[f.typ] > 1 {
		encode.go#L1263: 					next = append(next, field{name: ft.Name(), index: index, typ: ft})